Skip to content

fix: correct attribute passing in LDAP add function#24

Open
aschumann-virtualcable wants to merge 1 commit into
masterfrom
master-openuds-improves
Open

fix: correct attribute passing in LDAP add function#24
aschumann-virtualcable wants to merge 1 commit into
masterfrom
master-openuds-improves

Conversation

@aschumann-virtualcable

Copy link
Copy Markdown
Contributor

This pull request makes minor improvements to parameter handling and correctness in the server management and LDAP utility modules.

  • Parameter handling improvements:

    • Removed unused parameters weights_min_memory and weights_users_limit from the list of weight parameters in the post_save method of servers_management.py.
  • Bug fix / correctness:

    • Fixed the call to con.add in ldaputil.py to explicitly use the attributes keyword argument, improving clarity and compatibility with the LDAP library API.

Dev Explain

Corrections on servers management to delete unnecesary fields on save for weigth tab and litle change on ldaputils for attributes because con.add have dn, object_class, atributes... and generate errors

Corrections on servers management to delete unnecesary fields on save for weigth tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants